home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2001 October / macformat-108.iso / Tutorials / Flash game tutorial / Coding the game / 17.Final game code.swf / scripts / frame_4 / DoAction.as
Encoding:
Text File  |  2001-08-01  |  125 b   |  10 lines

  1. x = 1;
  2. count = 0;
  3. password = "level3";
  4. while(Number(x) < 6)
  5. {
  6.    set("re" add x,0);
  7.    x = Number(x) + 1;
  8. }
  9. stop();
  10.